Fix doc for Garmin 'category' help line.
authorrobertl <robertl>
Thu, 22 Jun 2006 19:23:26 +0000 (19:23 +0000)
committerrobertl <robertl>
Thu, 22 Jun 2006 19:23:26 +0000 (19:23 +0000)
garmin.c

index fb651cb488f91d3aa4e63ab886c5e48b3ea42f63..a7a52192487148834e30473e7d8e71278dcc5323 100644 (file)
--- a/garmin.c
+++ b/garmin.c
@@ -56,7 +56,7 @@ arglist_t garmin_args[] = {
                NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
        { "power_off", &poweroff, "Command unit to power itself down", 
                NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
-       { "category", &category, "Command unit to power itself down", 
+       { "category", &category, "Category number to use for written waypoints", 
                NULL, ARGTYPE_INT, "0", "15"},
        ARG_TERMINATOR
 };